IsStrongStorageUnitRef
TheIsStrongStorageUnitRef
method returns a Boolean value that indicates whether the specified persistent reference is a strong persistent reference.
ODBoolean IsStrongStorageUnitRef (in ODStorageUnitRef ref);
ref
- The persistent reference to be tested (assumed to be valid).
- return value
kODTrue
if the specified reference is a strong persistent reference, otherwisekODFalse
.DISCUSSION
Before calling this method, you can call theIsValidStorageUnitRef
method to check whether the specified persistent reference is valid.EXCEPTIONS
If the storage-unit cursor for this storage-unit view does not represent a legal focus context for the storage unit that created this storage-unit view, this method throws exceptions raised by the
kODErrUnfocusedStorageUnit
- The focus context of this storage-unit view is not a value.
FocusWithCursor
method of that storage unit.SEE ALSO
TheODStorageUnitRef
type (page 903).
TheODStorageUnitView::GetStrongStorageUnitRef
method (page 743).
TheODStorageUnitView::IsWeakStorageUnitRef
method (page 753).
TheODStorageUnitView::IsValidStorageUnitRef
method (page 752).
Main | Page One | What's New | Apple Computer, Inc. | Find It | Contact Us | Help